Creates a list with all the item containers present in the Hierarchical Presenter at the moment of invocation.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public IList<T> ToList<T>()
where T : C1HierarchicalPresenter
Visual Basic
Public Function ToList(Of T As C1HierarchicalPresenter) As IList(Of T)

Type Parameters

T
The type of the container, e.g. C1TreeViewItem

Return Value

The list of item containers.

See Also